home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000358_news@columbia.edu _Thu Sep 19 10:22:27 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id KAA23817 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 19 Sep 1996 10:22:27 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id KAA17389 for kermit.misc@watsun; Thu, 19 Sep 1996 10:22:26 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: K95 Enter key problem
  8. Date: 19 Sep 1996 14:22:05 GMT
  9. Organization: Columbia University
  10. Lines: 11
  11. Message-ID: <51rkud$iib@apakabar.cc.columbia.edu>
  12. References: <51pul3$ade@newsops.execpc.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <51pul3$ade@newsops.execpc.com>,
  16. Steve Manning <manning@execpc.com> wrote:
  17. : I've noticed that when I'm in a Wyse50 or 60 emulation and I ALT-X
  18. : back to the K95 prompt, my Enter key is non-functional.  I have to hit
  19. : Control-J for K95 to accept my commands.  When I change my emulation
  20. : to a VT100 or AT386, there is no problem.
  21. It's a bug.  It will be fixed in the next patch.  In the meantime, you can
  22. work around it with SET KEY \269 \13.
  23.  
  24. - Frank